home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2004 November
/
CMCD1104.ISO
/
Software
/
Freeware
/
Programare
/
bluej
/
bluejsetup-200.exe
/
{app}
/
lib
/
swedish
/
templates
/
newclass
/
interface.tmpl
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2004-09-15
|
380 b
|
19 lines
$PKGLINE
/**
* Write a description of interface $CLASSNAME here.
*
* @author (your name)
* @version (a version number or a date)
*/
public interface $CLASSNAME
{
/**
* An example of a method header - replace this comment with your own
*
* @param y a sample parameter for a method
* @return the result produced by sampleMethod
*/
int sampleMethod(int y);
}